gtk-demo: Only show non-symbolic icons in toolpalette
authorMatthias Clasen <mclasen@redhat.com>
Mon, 30 Jun 2014 17:28:46 +0000 (13:28 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 30 Jun 2014 17:28:46 +0000 (13:28 -0400)
commitd800203b883a9cdf0eb340d96d7cfa3c964e963e
treeef77843348a002276a7bbf863bffdbc48017ef36
parenteaa3329cde54ede48fc55b4d59c4663ede2333c9
gtk-demo: Only show non-symbolic icons in toolpalette

Otherwise, we get every icon twice. To switch between symbolic
and non-symbolic icons, this css fragment comes in handy:
* { -gtk-icon-style: symbolic; }
demos/gtk-demo/toolpalette.c